All Questions
Tagged with algorithm-requestnatural-language-processing
8 questions
2votes
1answer
61views
What are the most effective methods and tools for summarizing long-form content like articles, editorials, and discussion threads for an app?
With users expecting instantaneous information and no compromise on in-depth details, app developers are challenged to condense long-form content such as articles, editorials, and discussion threads ...
1vote
1answer
43views
What models/algorithms besides variational autoencoders can I use to transform a discrete input into a differentiable latent space?
Let's say I have a discrete input and want to transform it into a differentiable latent space. What models/algorithms besides variational autoencoders can I use?
1vote
0answers
53views
What is the best approach/model for classifying document images with over 70+ classes of documents?
What is the best approach/model for classifying document images with over 70+ classes of documents? I have tried LayoutLM which is a model that incorporated both NLP and Computer vision to classify ...
0votes
1answer
2kviews
Compare Strings composed from 2-3 words using NLP/ML(Python)
I have a database of books. Each book have a list of categories that describe the genre/topics of the book (I use Python models). Most of the time, the categories in the list are composed from 1-3 ...
0votes
1answer
140views
How to add contextual follow up like Google Assistant
I am developing PDA like Google assistant on Android. So far, so good. But now, I want to add contextual follow up like Google assistant so it can keep the train of thought. As demonstrated here- ...
8votes
2answers
232views
Are there any algorithms that can measure the concept similarity between texts?
Are there any algorithms (or software libraries) that can be used to detect the similarity of concepts in text, regardless of articulation, grammar, synonyms, etc.? For example, these phrases: ...
3votes
1answer
597views
Which algorithm can I use to convert abbreviated words to the original ones?
I want to write a program that looks at abbreviated words, then figures out what the words are. For example, the abbreviation is "blk comp", and the translation is "black computer". In order to give ...
7votes
1answer
2kviews
Which parsing algorithm can I use for NLP question answering system?
I am currently working on my last project before graduating. For this project, I have to develop a Natural Language Question Answering System. Now, I have read quite some research papers regarding ...